Goto

Collaborating Authors

 cautious sampling strategy


ColdGANs: Taming Language GANs with Cautious Sampling Strategies

Neural Information Processing Systems

Training regimes based on Maximum Likelihood Estimation (MLE) suffer from known limitations, often leading to poorly generated text sequences that lack of coherence, factualness, and are prone to repetitions. At the root of these limitations is the mismatch between training and inference, i.e. the so-called exposure bias. Another problem lies in considering only the reference text as correct, while in practice several alternative formulations could be as good. Generative Adversarial Networks (GANs) could mitigate those limitations. Nonetheless, the discrete nature of text has hindered their application to language generation: the approaches proposed so far, based on Reinforcement Learning, have been shown to under-perform MLE.


Review for NeurIPS paper: ColdGANs: Taming Language GANs with Cautious Sampling Strategies

Neural Information Processing Systems

While it is impressive that this work gets slightly better results than MLE, there are more hyper-parameters to tune, including mixture weight, proposal temperature, nucleus cutoff, importance weight clipping, MLE pretraining (according to appendix). I find it disappointing that so many tricks are needed. If you get rid of pretraining/initialization from T5/BART, would this method work? 2. This work requires MLE pretraining, while prior work "Training Language GANs from Scratch" does not. For evaluation, since the claim of this paper is to reduce exposure bias, training a discriminator on generations from the learned model is needed to confirm if it is the case, in a way similar to Figure 1. Note that it is different from Figure 4, since during training the discriminator is co-adapting with the generator, and it might get stuck at a local optimum.


Review for NeurIPS paper: ColdGANs: Taming Language GANs with Cautious Sampling Strategies

Neural Information Processing Systems

This paper proposes a new method to stabilizing GAN for language generation. After author rebuttal and reviewer discussion, the scores are still divergent. By the end, it received 2 reject and 2 accept recommendations. On one hand, the main criticism about this paper lies in the existence of many hyper-parameters/tricks to tune. On the other hand, the reviewers appreciate the additional clarification and experiments in the rebuttal, and think this paper provides a careful and insightful analysis on text GANs.


ColdGANs: Taming Language GANs with Cautious Sampling Strategies

Neural Information Processing Systems

Training regimes based on Maximum Likelihood Estimation (MLE) suffer from known limitations, often leading to poorly generated text sequences that lack of coherence, factualness, and are prone to repetitions. At the root of these limitations is the mismatch between training and inference, i.e. the so-called exposure bias. Another problem lies in considering only the reference text as correct, while in practice several alternative formulations could be as good. Generative Adversarial Networks (GANs) could mitigate those limitations. Nonetheless, the discrete nature of text has hindered their application to language generation: the approaches proposed so far, based on Reinforcement Learning, have been shown to under-perform MLE.